home *** CD-ROM | disk | FTP | other *** search
/ World of Video / World of Video.iso / gfxprograms / 3dprograms / t3dlib / source / readwrite_protos.h < prev    next >
C/C++ Source or Header  |  1995-02-13  |  176b  |  14 lines

  1. /* Prototypes for functions defined in
  2. readwrite.c
  3.  */
  4.  
  5. extern WORLD * world;
  6.  
  7. extern char infile[128];
  8.  
  9. extern char outfile[128];
  10.  
  11. int main(int argc,
  12.          char ** argv);
  13.  
  14.